github.com/klauspost/compress/huff0.bitReaderShifted.peekBitsFast (method)

3 uses

	github.com/klauspost/compress/huff0 (current package)
		bitreader.go#L161: func (b *bitReaderShifted) peekBitsFast(n uint8) uint16 {
		decompress_amd64.go#L121: 			val := br.peekBitsFast(d.actualTableLog)
		decompress_amd64.go#L215: 		v := d.dt.single[br.peekBitsFast(d.actualTableLog)&tlMask]